+
Show TOC
×
Hide TOC
All properties
enableCamera
A flag indicating if the video stream for the current a/v chat session is enabled.
enableMicrophone
A flag indicating if the audio stream for the current a/v chat session is enabled.
iAmRequester
A flag indicating if the current user is the requester of the a/v chat session.
id
ChatSession
The chat session id.
id
Clip
The clip id.
id
LiveCast
The live cast id.
isConnected
AVCastManager
The status of the connection to the Red5 server.
isConnected
AVChatManager
The status of the connection to the Red5 server.
isConnected
AVClipManager
The status of the connection to the Red5 server.
lastModified
The date in which the clip was last modified.
mateId
The SmartFoxServer's user id of the chat mate.
mateName
The SmartFoxServer's user name of the chat mate.
mateStream
The incoming flash.net.NetStream object of the chat mate.
myStream
The outgoing flash.net.NetStream object of the current user.
onAVConnectionError
RedBoxCastEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server can't be established.
onAVConnectionError
RedBoxChatEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server can't be established.
onAVConnectionError
RedBoxClipEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server can't be established.
onAVConnectionInited
RedBoxCastEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server has been established.
onAVConnectionInited
RedBoxChatEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server has been established.
onAVConnectionInited
RedBoxClipEvent
public static constant property (event handler)
Dispatched when the connection to Red5 server has been established.
onChatRefused
public static constant property (event handler)
Dispatched when an a/v chat request has been refused by the recipient.
onChatRequest
public static constant property (event handler)
Dispatched when an a/v chat request is received.
onChatStarted
public static constant property (event handler)
Dispatched when an a/v chat session is started, after the recipient accepted the requester's invitation.
onChatStopped
public static constant property (event handler)
Dispatched when an a/v chat session is stopped.
onClipAdded
public static constant property (event handler)
Dispatched when a new a/v clip has been submitted by one of the users in the current zone.
onClipDeleted
public static constant property (event handler)
Dispatched when an a/v clip has been deleted by one of the users in the current zone.
onClipList
public static constant property (event handler)
Dispatched when clips list is returned, in response to a
AVClipManager.getClipList
request.
onClipRecordingStarted
public static constant property (event handler)
Dispatched when the recording af an a/v clip starts, in response to a
AVClipManager.startClipRecording
request.
onClipSubmissionFailed
public static constant property (event handler)
Dispatched when an error occurs in the RedBox server-side extension after submitting an a/v clip.
onClipUpdated
public static constant property (event handler)
Dispatched when the properties of an a/v clip have been updated by one of the users in the current zone.
onDuplicateRequest
public static constant property (event handler)
Dispatched when a chat request is sent, but a mutual request has already been sent by the recipient.
onLiveCastPublished
public static constant property (event handler)
Dispatched when a user in the current room published his own live stream.
onLiveCastUnpublished
public static constant property (event handler)
Dispatched when a user in the current room stops his own live stream.
onRecipientMissing
public static constant property (event handler)
Dispatched when a chat request is sent, but the recipient is not available.
properties
The properties associated with the clip.
REQ_TYPE_RECEIVE
public static constant property
Audio/video chat request type: "stream from recipient to requester".
REQ_TYPE_SEND
public static constant property
Audio/video chat request type: "stream from requester to recipient".
REQ_TYPE_SEND_RECEIVE
public static constant property
Audio/video chat request type: "bi-directional stream".
requestType
The a/v chat request type.
rtmpURL
The full RMTP url of the clip.
size
The size in bytes of the clip.
status
The chat session status.
STATUS_ACCEPTED
public static constant property
Chat session status: "accepted".
STATUS_ACTIVE
public static constant property
Chat session status: "active".
STATUS_PENDING
public static constant property
Chat session status: "pending".
stream
The incoming flash.net.NetStream object of the live a/v cast.
userId
The id of the live cast owner.
username
Clip
The clip owner.
username
LiveCast
The username of the live cast owner.